home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be004.dxr / 00034.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  293 b   |  17 lines

  1. on exitFrame
  2.   global gOriginalTick, gLastTick
  3.   if the timer < 2440 then
  4.     unloadMember("coffebeans")
  5.     unloadMember("moviecloseup")
  6.     go(the frame)
  7.   else
  8.     set gOriginalTick to the ticks
  9.     set gLastTick to gOriginalTick
  10.     go(the frame + 1)
  11.   end if
  12. end
  13.  
  14. on mouseUp
  15.   go(80)
  16. end
  17.